Related articles

*   [pacman-key](/index.php/Pacman-key "Pacman-key")
*   [Official repositories](/index.php/Official_repositories "Official repositories")

This article lists binary repositories freely created and shared by the community, often providing pre-built versions of PKGBUILDS found in the [AUR](/index.php/AUR "AUR").

**Warning:** The official Arch Linux Developers and the Trusted Users do not perform tests of any sort to verify the contents of these repositories. You must decide whether to trust their maintainers and you take full responsibility for any consequences of using any unofficial repository.

In order to use these repositories, add them to `/etc/pacman.conf`, as explained in [pacman#Repositories and mirrors](/index.php/Pacman#Repositories_and_mirrors "Pacman"). If a repository is signed, you must obtain and locally sign the associated key, as explained in [Pacman-key#Adding unofficial keys](/index.php/Pacman-key#Adding_unofficial_keys "Pacman-key").

If you want to create your own custom repository, follow [pacman tips#Custom local repository](/index.php/Pacman_tips#Custom_local_repository "Pacman tips").

## Contents

*   [1 Adding your repository to this page](#Adding_your_repository_to_this_page)
*   [2 Signed](#Signed)
    *   [2.1 arcanisrepo](#arcanisrepo)
    *   [2.2 ArchHaskell](#ArchHaskell)
    *   [2.3 archlinuxcn](#archlinuxcn)
    *   [2.4 archsec](#archsec)
    *   [2.5 archstrike](#archstrike)
    *   [2.6 archzfs](#archzfs)
    *   [2.7 ashleyis](#ashleyis)
    *   [2.8 aur-archlinux](#aur-archlinux)
    *   [2.9 blackeagle-pre-community](#blackeagle-pre-community)
    *   [2.10 boyska64](#boyska64)
    *   [2.11 catalyst](#catalyst)
    *   [2.12 catalyst-hd234k](#catalyst-hd234k)
    *   [2.13 city](#city)
    *   [2.14 coderkun-aur](#coderkun-aur)
    *   [2.15 coderkun-aur-audio](#coderkun-aur-audio)
    *   [2.16 eatabrick](#eatabrick)
    *   [2.17 eschwartz](#eschwartz)
    *   [2.18 herecura](#herecura)
    *   [2.19 holo](#holo)
    *   [2.20 icinga2](#icinga2)
    *   [2.21 ivasilev](#ivasilev)
    *   [2.22 jlk](#jlk)
    *   [2.23 linux-macbook](#linux-macbook)
    *   [2.24 llvm-svn](#llvm-svn)
    *   [2.25 markzz](#markzz)
    *   [2.26 miffe](#miffe)
    *   [2.27 mikelpint](#mikelpint)
    *   [2.28 mobile](#mobile)
    *   [2.29 nah](#nah)
    *   [2.30 pkgbuilder](#pkgbuilder)
    *   [2.31 qt-debug](#qt-debug)
    *   [2.32 quarry](#quarry)
    *   [2.33 repo-ck](#repo-ck)
    *   [2.34 seblu](#seblu)
    *   [2.35 seiichiro](#seiichiro)
    *   [2.36 sergej-repo](#sergej-repo)
    *   [2.37 siosm-aur](#siosm-aur)
    *   [2.38 sublime-text](#sublime-text)
    *   [2.39 subtitlecomposer](#subtitlecomposer)
    *   [2.40 tredaelli-systemd](#tredaelli-systemd)
    *   [2.41 trinity](#trinity)
    *   [2.42 Webkit2Gtk-unstable](#Webkit2Gtk-unstable)
    *   [2.43 xyne-x86_64](#xyne-x86_64)
*   [3 Unsigned](#Unsigned)
    *   [3.1 alucryd](#alucryd)
    *   [3.2 alucryd-multilib](#alucryd-multilib)
    *   [3.3 andrwe](#andrwe)
    *   [3.4 archgeotux](#archgeotux)
    *   [3.5 archlinuxfr](#archlinuxfr)
    *   [3.6 archlinuxgr](#archlinuxgr)
    *   [3.7 archlinuxgr-kde4](#archlinuxgr-kde4)
    *   [3.8 dx37essentials](#dx37essentials)
    *   [3.9 fusion809](#fusion809)
    *   [3.10 heftig](#heftig)
    *   [3.11 home-thaodan](#home-thaodan)
    *   [3.12 jkanetwork](#jkanetwork)
    *   [3.13 mesa-git](#mesa-git)
    *   [3.14 Minerva W Science](#Minerva_W_Science)
    *   [3.15 mingw-w64](#mingw-w64)
    *   [3.16 ownstuff](#ownstuff)
    *   [3.17 pantheon](#pantheon)
    *   [3.18 pietma](#pietma)
    *   [3.19 Pival81 arch xapps](#Pival81_arch_xapps)
    *   [3.20 pnsft-pur](#pnsft-pur)
    *   [3.21 post-factum kernels](#post-factum_kernels)
    *   [3.22 QOwnNotes](#QOwnNotes)
    *   [3.23 rakudo](#rakudo)
    *   [3.24 rust-git](#rust-git)
    *   [3.25 zrootfs](#zrootfs)

## Adding your repository to this page

If you have your own repository, please add it to this page, so that all the other users will know where to find your packages. Please keep the following rules when adding new repositories:

*   Keep the lists in alphabetical order.
*   Include some information about the maintainer: include at least a (nick)name and some form of contact information (web site, email address, user page on ArchWiki or the forums, etc.).
*   If the repository is of the *signed* variety, please include a key-id, possibly using it as the anchor for a link to its keyserver; if the key is not on a keyserver, include a link to the key file.
*   Include some short description (e.g. the category of packages provided in the repository).
*   If there is a page (either on ArchWiki or external) containing more information about the repository, include a link to it.
*   If possible, avoid using comments in code blocks. The formatted description is much more readable. Users who want some comments in their `pacman.conf` can easily create it on their own.

Some repositories may also have packages for architectures beside x86_64\. The `$arch` variable will be set automatically by pacman.

## Signed

### arcanisrepo

*   **Maintainer:** [arcanis](https://www.archlinux.org/people/trusted-users/#arcanis)
*   **Description:** A repository with some AUR packages including packages from VCS
*   **Key-ID:** Not needed, as maintainer is a TU

```
[arcanisrepo]
Server = https://repo.arcanis.me/repo/$arch

```

(It is also available via FTP with the same url.)

### ArchHaskell

Unofficial repositories for Haskell packages.

See [/ArchHaskell](/index.php/Unofficial_user_repositories/ArchHaskell "Unofficial user repositories/ArchHaskell").

### archlinuxcn

*   **Maintainers:** [Phoenix Nemo (phoenixlzx)](https://plus.google.com/+PhoenixNemo/), [Felix Yan (felixonmars, dev)](https://www.archlinux.org/people/developers/#fyan), [lilydjwg](https://twitter.com/lilydjwg), [farseerfc (TU)](https://www.archlinux.org/people/trusted-users/#farseerfc), and [others](https://github.com/archlinuxcn/repo/graphs/contributors)
*   **Description:** Packages by the Chinese Arch Linux community, all signed. Be aware that i686 packages are not fully maintained and tested, create an issue if you find some problems.
*   **Git Repo:** [https://github.com/archlinuxcn/repo](https://github.com/archlinuxcn/repo)
*   **Issue tracking:** [https://github.com/archlinuxcn/repo/issues](https://github.com/archlinuxcn/repo/issues) for packaging issues, out-of-date notifications, package requests, and related questions
*   **Mirrors:** [https://github.com/archlinuxcn/mirrorlist-repo](https://github.com/archlinuxcn/mirrorlist-repo) (Mostly for users in mainland China), or install *archlinuxcn-mirrorlist-git* from the repo.
*   **Key-ID:** Once the repo is added, *archlinuxcn-keyring* package must be installed before any other so you do not get errors about PGP signatures. *archlinuxcn-keyring* package itself is signed by TU.

```
[archlinuxcn]
Server = http://repo.archlinuxcn.org/$arch
## or use a CDN (beta)
#Server = https://cdn.repo.archlinuxcn.org/$arch
## or install archlinuxcn-mirrorlist-git and use the mirrorlist
#Include = /etc/pacman.d/archlinuxcn-mirrorlist

```

### archsec

*   **Maintainer:** [The ArchSec Team](https://archsec.info)
*   **Description:** A repository of binaries compiled from a hardened toolchain
*   **Upstream page:** [https://archsec.info/](https://archsec.info/)
*   **Key-ID:** 500773F3B282BEDB4D960B0F3C6F2219257C9E23

**Note:** ArchSec-specific instructions can be found at [https://archsec.info/docs/config/](https://archsec.info/docs/config/)

```
[archsec]
Server = https://archsec.info/$repo/$arch

```

### archstrike

*   **Maintainer:** [The ArchStrike Team](https://archstrike.org/team)
*   **Description:** A repository for security professionals and enthusiasts
*   **Upstream page:** [https://archstrike.org/](https://archstrike.org/)
*   **Key-ID:** 9D5F1C051D146843CDA4858BDE64825E7CBC0D51

**Note:** ArchStrike specific instructions can be found at [https://archstrike.org/wiki/setup](https://archstrike.org/wiki/setup)

```
[archstrike]
Server = https://mirror.archstrike.org/$arch/$repo

```

### archzfs

*   **Maintainer:** [Jesus Alvarez (demizer)](http://archzfs.com)
*   **Description:** Packages for ZFS on Arch Linux.
*   **Upstream page:** [https://github.com/archzfs/archzfs](https://github.com/archzfs/archzfs)
*   **Key-ID:** 5E1ABF240EE7A126

```
[archzfs]
Server = http://archzfs.com/$repo/x86_64

```

### ashleyis

*   **Maintainer:** Ashley Towns ([ashleyis](https://aur.archlinux.org/account/ashleyis/))
*   **Description:** Debug versions of SDL, chipmunk, libtmx and other misc game libraries. also swift-lang and some other AUR packages
*   **Key-ID:** B1A4D311

```
[ashleyis]
Server = http://arch.ashleytowns.id.au/repo/$arch

```

### aur-archlinux

*   **Maintainer:** Marc Mettke <marc@itmettke.de>
*   **Description:** Auto Build of Most Popular AUR Packages
*   **Upstream page:** [https://repo.itmettke.de/status/](https://repo.itmettke.de/status/)
*   **Archive:** [https://repo.itmettke.de/aur-archive/](https://repo.itmettke.de/aur-archive/)
*   **Key-ID:** [7448C890582975CD](https://pgp.mit.edu/pks/lookup?op=vindex&search=0x7448C890582975CD)

```
[aur-archlinux]
Server = https://repo.itmettke.de/aur/$repo/$arch

```

### blackeagle-pre-community

*   **Maintainer:** [Ike Devolder](https://www.archlinux.org/people/trusted-users/#idevolder)
*   **Description:** testing of the by me maintaned packages before moving to *community* repository
*   **Key-ID:** Not required, as maintainer is a TU

```
[blackeagle-pre-community]
Server = https://repo.herecura.be/$repo/$arch

```

### boyska64

*   **Maintainer:** boyska
*   **Description:** Personal repository: cryptography, sdr, mail handling and misc; don't expect packages to be upgraded promptly, I am a zealot of slackness
*   **Key-ID:** 0x7395DCAE58289CA9

```
[boyska64]
Server = http://boyska.degenerazione.xyz/archrepo

```

### catalyst

*   **Maintainer:** [Vi0l0](/index.php/User:Vi0L0 "User:Vi0L0")
*   **Description:** ATI Catalyst proprietary drivers.
*   **Key-ID:** 653C3094

```
[catalyst]
Server = https://mirror.hactar.xyz/Vi0L0/catalyst/$arch

```

### catalyst-hd234k

*   **Maintainer:** [Vi0l0](/index.php/User:Vi0L0 "User:Vi0L0")
*   **Description:** ATI Catalyst proprietary drivers.
*   **Key-ID:** 653C3094

```
[catalyst-hd234k]
Server = https://mirror.hactar.xyz/Vi0L0/catalyst-hd234k/$arch

```

### city

*   **Maintainer:** [Balló György](https://www.archlinux.org/people/trusted-users/#bgyorgy)
*   **Description:** Experimental/unpopular packages.
*   **Upstream page:** [https://pkgbuild.com/~bgyorgy/city.html](https://pkgbuild.com/~bgyorgy/city.html)
*   **Key-ID:** Not needed, as maintainer is a TU

```
[city]
Server = https://pkgbuild.com/~bgyorgy/$repo/os/$arch

```

### coderkun-aur

*   **Maintainer:** [coderkun](https://aur.archlinux.org/account/coderkun/)
*   **Description:** AUR packages with random software. Supporting package deltas and package and database signing.
*   **Upstream page:** [https://www.suruatoel.xyz/arch](https://www.suruatoel.xyz/arch)
*   **Key-ID:** 39E27199A6BEE374
*   **Keyfile:** [https://www.suruatoel.xyz/coderkun.asc](https://www.suruatoel.xyz/coderkun.asc)

```
[coderkun-aur]
Server = http://arch.suruatoel.xyz/$repo/$arch/

```

### coderkun-aur-audio

*   **Maintainer:** [coderkun](https://aur.archlinux.org/account/coderkun/)
*   **Description:** AUR packages with audio-related (realtime kernels, lv2-plugins, …) software. Supporting package deltas and package and database signing.
*   **Upstream page:** [https://www.suruatoel.xyz/arch](https://www.suruatoel.xyz/arch)
*   **Key-ID:** 39E27199A6BEE374
*   **Keyfile:** [https://www.suruatoel.xyz/coderkun.key](https://www.suruatoel.xyz/coderkun.key)

```
[coderkun-aur-audio]
Server = http://arch.suruatoel.xyz/$repo/$arch/

```

### eatabrick

*   **Maintainer:** bentglasstube
*   **Description:** Packages for software written by (and a few just compiled by) bentglasstube.

```
[eatabrick]
Server = http://repo.eatabrick.org/$arch

```

### eschwartz

*   **Maintainer:** [Eli Schwartz](https://www.archlinux.org/people/trusted-users/#eschwartz)
*   **Description:** Personal repo with AUR packages and some core packages from git (including glibc and pacman). Contains debug packages.
*   **Key-ID:** Not needed, as maintainer is a TU

```
[eschwartz]
Server = https://pkgbuild.com/~eschwartz/repo/$arch

```

### herecura

*   **Maintainer:** [Ike Devolder](https://www.archlinux.org/people/trusted-users/#idevolder)
*   **Description:** additional packages not found in the *community* repository
*   **Key-ID:** Not required, as maintainer is a TU

```
[herecura]
Server = https://repo.herecura.be/$repo/$arch

```

### holo

*   **Maintainer:** Stefan Majewsky <holo-pacman@posteo.de> (please prefer to report issues at [Github](https://github.com/majewsky/holo-pacman-repo/issues))
*   **Description:** Packages for [Holo configuration management](https://holocm.org), including compatible plugins and tools.
*   **Upstream page:** [https://github.com/majewsky/holo-pacman-repo](https://github.com/majewsky/holo-pacman-repo)
*   **Package list:** [https://repo.holocm.org/archlinux/x86_64](https://repo.holocm.org/archlinux/x86_64)
*   **Key-ID:** 0xF7A9C9DC4631BD1A

```
[holo]
Server = https://repo.holocm.org/archlinux/x86_64

```

### icinga2

*   **Maintainer:** Josef Stautner <archwiki@veloc1ty.de>
*   **Description:** Unofficial packages for [Icinga 2](https://www.icinga.com/products/icinga-2/)
*   **Upstream page:** [https://github.com/Icinga/icinga2](https://github.com/Icinga/icinga2)
*   **Package list:** [https://icinga2.mirror.veloc1ty.de/](https://icinga2.mirror.veloc1ty.de/)
*   **Key-ID:** [0x1BE14C72D90E6C00](http://icinga2.mirror.veloc1ty.de/icinga2.pub)
*   **More details:** ["Unofficial Icinga 2 Archlinux Mirror Server"](https://blog.veloc1ty.de/2018/01/24/inofficial-icinga-2-archlinux-mirror-server)

```
[icinga2]
Server = https://icinga2.mirror.veloc1ty.de/

```

### ivasilev

*   **Maintainer:** [Ianis G. Vasilev](https://ivasilev.net)
*   **Description:** A variety of packages, mostly my own software and AUR builds.
*   **Upstream page:** [https://ivasilev.net/pacman](https://ivasilev.net/pacman)
*   **Key-ID:** [17DAB671](https://pgp.mit.edu/pks/lookup?op=vindex&search=0xB77A3C8832838F1F80ADFD7E1D0507B417DAB671)

**Note:** I maintain **any** and **x86_64** repos. **x86_64** includes packages from **any**. **$arch** can be overridden by both.

```
[ivasilev]
Server = https://ivasilev.net/pacman/$arch

```

### jlk

*   **Maintainer:** [Jakub Klinkovský](/index.php/User:Lahwaacz "User:Lahwaacz")
*   **Description:** Various packages from the ABS and AUR. Modified packages are in the `modified` group.
*   **Upstream page:** [http://jlk.fjfi.cvut.cz/arch/repo/README.html](http://jlk.fjfi.cvut.cz/arch/repo/README.html)
*   **Key-ID:** 932BA3FA0C86812A32D1F54DAB5964AEB9FEDDDC

```
[jlk]
Server = http://jlk.fjfi.cvut.cz/arch/repo

```

### linux-macbook

*   **Maintainer:** [Tony Lambiris](https://aur.archlinux.org/account/m3thodic)
*   **Description:** AUR builds for the linux-macbook kernel by its developer, m3thodic
*   **Upstream page:** [https://aur.archlinux.org/pkgbase/linux-macbook/](https://aur.archlinux.org/pkgbase/linux-macbook/)
*   **Key-ID:** A55A1B6C098962D84AE9B57016A33C9959A40DED

```
[linux-macbook]
Server = http://libpcap.net/repo/linux-macbook

```

### llvm-svn

*   **Maintainer:** [Luchesar V. ILIEV (kerberizer)](/index.php/User:Kerberizer "User:Kerberizer")
*   **Description:** [llvm-svn](https://aur.archlinux.org/pkgbase/llvm-svn) and [lib32-llvm-svn](https://aur.archlinux.org/pkgbase/lib32-llvm-svn) from AUR: the LLVM compiler infrastructure, the Clang frontend, and the tools associated with it
*   **Key-ID:** [0x76563F75679E4525](https://sks-keyservers.net/pks/lookup?op=vindex&search=0x76563F75679E4525&fingerprint=on&exact=on), fingerprint `D16C F22D 27D1 091A 841C 4BE9 7656 3F75 679E 4525`

```
[llvm-svn]
Server = https://repos.uni-plovdiv.net/archlinux/$repo/$arch

```

### markzz

*   **Maintainer:** [Mark Weiman (markzz)](/index.php/User:Markzz "User:Markzz")
*   **Description:** Packages that markzz maintains or uses on the AUR; this includes Linux with the vfio patchset ([linux-vfio](https://aur.archlinux.org/packages/linux-vfio/) and [linux-vfio-lts](https://aur.archlinux.org/packages/linux-vfio-lts/)), and packages to maintain a Debian package repository.
*   **Key ID:** 3CADDFDD

**Note:** If you want to add the key by installing the *markzz-keyring* package, temporarily add `SigLevel = Never` into the repository section.

```
[markzz]
Server = https://repo.markzz.com/arch/$repo/$arch

```

### miffe

*   **Maintainer:** [miffe](https://bbs.archlinux.org/profile.php?id=4059)
*   **Description:** AUR packages maintained by miffe, e.g. linux-mainline
*   **Key ID:** 313F5ABD

```
[miffe]
Server = https://arch.miffe.org/$arch/

```

### mikelpint

*   **Maintainer:** [Mikel Pintado (Mikelpint)](/index.php/User:Mikelpint "User:Mikelpint")
*   **Description:** Packages that mikelpint maintains in the AUR.
*   **Key ID:** 5CA78FC65B189E2B

```
[mikelpint]
Server = https://mikelpint.github.io/repository/archlinux/repo

```

### mobile

*   **Maintainer:** [farwayer](https://keybase.io/farwayer)
*   **Description:** React Native and Android development
*   **Upstream page:** [https://keybase.pub/farwayer/arch/mobile/](https://keybase.pub/farwayer/arch/mobile/)
*   **Key ID:** 7943315502A936D7

```
[mobile]
Server = https://farwayer.keybase.pub/arch/$repo

```

### nah

*   **Maintainer:** [phillid](https://yeah.nah.nz)
*   **Description:** Pre-built versions of the (slow-to-build) graph-tool python libraries, mingw-w64
*   **Key ID:** 7BF3D17D0884BF5B

```
[nah]
Server = https://repo.nah.nz/$repo

```

### pkgbuilder

*   **Maintainer:** [Chris Warrick](https://chriswarrick.com/)
*   **Description:** A repository for PKGBUILDer, a Python AUR helper.
*   **Upstream page:** [https://github.com/Kwpolska/pkgbuilder](https://github.com/Kwpolska/pkgbuilder)
*   **Key-ID:** 5EAAEA16

```
[pkgbuilder]
Server = https://pkgbuilder-repo.chriswarrick.com/

```

### qt-debug

*   **Maintainer:** [The Compiler](https://aur.archlinux.org/account/The-Compiler)
*   **Description:** Qt/PyQt builds with debug symbols
*   **Upstream page:** [https://github.com/qutebrowser/qt-debug-pkgbuild](https://github.com/qutebrowser/qt-debug-pkgbuild)
*   **Key-ID:** D6A1C70FE80A0C82

```
[qt-debug]
Server = https://qutebrowser.org/qt-debug/$arch

```

### quarry

*   **Maintainer:** [anatolik](https://www.archlinux.org/people/developers/#anatolik)
*   **Description:** Arch binary repository for [Rubygems](http://rubygems.org/) packages. See [forum announcement](https://bbs.archlinux.org/viewtopic.php?id=182729) for more information.
*   **Sources:** [https://github.com/anatol/quarry](https://github.com/anatol/quarry)
*   **Key-ID:** Not needed, as maintainer is a developer

```
[quarry]
Server = https://pkgbuild.com/~anatolik/quarry/x86_64/

```

### repo-ck

Kernel and modules with Brain Fuck Scheduler and all the goodies in the ck1 patch set.

See [/Repo-ck](/index.php/Unofficial_user_repositories/Repo-ck "Unofficial user repositories/Repo-ck").

### seblu

*   **Maintainer:** [Sébastien Luttringer](https://www.archlinux.org/people/developers/#seblu)
*   **Description:** All seblu useful pre-built packages, some homemade (virtualbox-ext-oracle, linux-seblu-meta, bedup).
*   **Key-ID:** Not required, as maintainer is a Developer

```
[seblu]
Server = http://al.seblu.net/$repo/$arch

```

### seiichiro

*   **Maintainer:** [Stefan Brand (seiichiro0185)](https://www.seiichiro0185.org)
*   **Description:** AUR-packages I use frequently
*   **Key-ID:** 805517CC

```
[seiichiro]
Server = https://www.seiichiro0185.org/repo/$arch

```

### sergej-repo

*   **Maintainer:** [Sergej Pupykin](https://www.archlinux.org/people/trusted-users/#spupykin)
*   **Description:** psi-plus, owncloud-git, ziproxy, android, MySQL, and other stuff. Some packages also available for armv7h.
*   **Key-ID:** Not required, as maintainer is a TU

```
[sergej-repo]
Server = http://repo.p5n.pp.ru/$repo/os/$arch

```

### siosm-aur

*   **Maintainer:** [Timothee Ravier](https://tim.siosm.fr/about/)
*   **Description:** packages also available in the Arch User Repository, sometimes with minor fixes
*   **Upstream page:** [https://tim.siosm.fr/repositories/](https://tim.siosm.fr/repositories/)
*   **Key-ID:** 78688F83

```
[siosm-aur]
Server = http://siosm.fr/repo/$repo/

```

### sublime-text

*   **Maintainer:** Sublime Text developer
*   **Description:** Sublime Text editor packages from developer's repository
*   **Upstream page:** [https://www.sublimetext.com/docs/3/linux_repositories.html#pacman](https://www.sublimetext.com/docs/3/linux_repositories.html#pacman)
*   **Key-ID:** 8A8F901A

```
[sublime-text]
Server = https://download.sublimetext.com/arch/stable/x86_64

```

### subtitlecomposer

*   **Maintainer:** Mladen Milinkovic (maxrd2)
*   **Description:** Subtitle Composer stable and nightly builds
*   **Upstream page:** [https://github.com/maxrd2/subtitlecomposer](https://github.com/maxrd2/subtitlecomposer)
*   **Key-ID:** EF9D9B26

```
[subtitlecomposer]
Server = http://smoothware.net/$repo/$arch

```

### tredaelli-systemd

*   **Maintainer:** [Timothy Redaelli](https://www.archlinux.org/people/trusted-users/#tredaelli)
*   **Description:** systemd rebuilt with unofficial OpenVZ patch (kernel < 2.6.32-042stab111.1)
*   **Key-ID:** Not required, as maintainer is a TU

**Note:** `[tredaelli-systemd]` must be put before `[core]` in `/etc/pacman.conf`

```
[tredaelli-systemd]
Server = https://pkgbuild.com/~tredaelli/repo/systemd/$arch

```

### trinity

*   **Maintainer:** Michael Manley <mmanley@nasutek.com>
*   **Description:** [Trinity](/index.php/Trinity "Trinity") Desktop Environment
*   **Key-ID:** 65A4AC99

```
[trinity]
Server = https://repo.nasutek.com/arch/contrib/trinity/x86_64

```

### Webkit2Gtk-unstable

*   **Maintainer:** [Mariusz Wojcik](/index.php/User:Mrmariusz "User:Mrmariusz")
*   **Description:** Latest Webkit2Gtk build for early adopters.
*   **Upstream Page:** [https://webkitgtk.org/](https://webkitgtk.org/)
*   **Key-ID:** 346854B5

```
[home_mrmariusz_ArchLinux]
Server = https://download.opensuse.org/repositories/home:/mrmariusz/ArchLinux/$arch

```

### xyne-x86_64

*   **Maintainer:** [Xyne](https://www.archlinux.org/people/trusted-users/#xyne)
*   **Description:** A repository for Xyne's own projects.
*   **Upstream page:** [http://xyne.archlinux.ca/projects/](http://xyne.archlinux.ca/projects/)
*   **Key-ID:** Not required, as maintainer is a TU

```
[xyne-x86_64]
Server = https://xyne.archlinux.ca/repos/xyne

```

## Unsigned

**Note:** Users will need to add the following to these entries: `SigLevel = PackageOptional`

### alucryd

*   **Maintainer:** [Maxime Gauduin](https://www.archlinux.org/people/trusted-users/#alucryd)
*   **Description:** Various packages Maxime Gauduin maintains (or not) in the AUR.

```
[alucryd]
Server = https://pkgbuild.com/~alucryd/$repo/x86_64

```

### alucryd-multilib

*   **Maintainer:** [Maxime Gauduin](https://www.archlinux.org/people/trusted-users/#alucryd)
*   **Description:** Various packages needed to run Steam without its runtime environment.

```
[alucryd-multilib]
Server = https://pkgbuild.com/~alucryd/$repo/x86_64

```

### andrwe

*   **Maintainer:** Andrwe Lord Weber
*   **Description:** contains programs I'm using on many systems
*   **Upstream page:** [http://andrwe.org/linux/repository](http://andrwe.org/linux/repository)

```
[andrwe]
Server = http://repo.andrwe.org/$arch

```

### archgeotux

*   **Maintainer:** Samuel Mesa
*   **Description:** Geospatial and geographic information system applications
*   **Upstream page:** [https://archgeotux.sourceforge.io/](https://archgeotux.sourceforge.io/)

```
[archgeotux]
Server = https://downloads.sourceforge.net/project/archgeotux/$arch

```

### archlinuxfr

*   **Maintainer:**
*   **Description:**
*   **Upstream page:** [http://afur.archlinux.fr](http://afur.archlinux.fr)

```
[archlinuxfr]
Server = http://repo.archlinux.fr/$arch

```

### archlinuxgr

*   **Maintainer:**
*   **Description:** many interesting packages provided by the Hellenic (Greek) Arch Linux community

```
[archlinuxgr]
Server = http://archlinuxgr.tiven.org/archlinux/$arch

```

### archlinuxgr-kde4

*   **Maintainer:**
*   **Description:** KDE4 packages (plasmoids, themes etc) provided by the Hellenic (Greek) Arch Linux community

```
[archlinuxgr-kde4]
Server = http://archlinuxgr.tiven.org/archlinux-kde4/$arch

```

### dx37essentials

*   **Maintainer:** [DragonX256](https://aur.archlinux.org/account/DragonX256)
*   **Description:** Personal repository. Contains packages from AUR, which I using every day.
*   **Git repo:** [https://gitlab.com/DX37/dx37essentials](https://gitlab.com/DX37/dx37essentials)
*   **Upstream page:** [https://dx37.gitlab.io/dx37essentials](https://dx37.gitlab.io/dx37essentials)

```
[dx37essentials]
Server = https://dx37.gitlab.io/$repo/$arch

```

### fusion809

*   **Maintainer:** [Brenton Horne](/index.php?title=User:Fusion809&action=edit&redlink=1 "User:Fusion809 (page does not exist)") (brentonhorne77 at gmail dot com).
*   **Description:** Provides a few AUR and other packages I like. Like CodeLite and bleeding-edge (latest release within 1 day of its release) GVim (GTK+2 interface).
*   **Package list:** [http://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/](http://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/x86_64/)

```
[home_fusion809_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/fusion809/Arch_Extra/$arch

```

### heftig

*   **Maintainer:** [Jan Steffens](https://www.archlinux.org/people/developers/#heftig)
*   **Description:** Includes pulseaudio-git, pavucontrol-git, and firefox-developer-edition
*   **Upstream page:** [https://bbs.archlinux.org/viewtopic.php?id=117157](https://bbs.archlinux.org/viewtopic.php?id=117157)

```
[heftig]
Server = https://pkgbuild.com/~heftig/repo/$arch

```

### home-thaodan

*   **Maintainer**: [Thaodan](https://aur.archlinux.org/account/Thaodan)
*   **Upstream page**: [https://gitlab.com/Thaodan/linux-pf](https://gitlab.com/Thaodan/linux-pf)
*   **Description**: [pf-kernel](/index.php/Kernels#Major_patchsets "Kernels") and other packages by pf-kernel fork developer, Thaodan

```
[home-thaodan]
Server = https://thaodan.de/home/bidar/home-thaodan/$arch

```

### jkanetwork

*   **Maintainer:** kprkpr <kevin01010 at gmail dot com>
*   **Maintainer:** Joselucross <jlgarrido97 at gmail dot com>
*   **Description:** Packages of AUR like pimagizer,stepmania,yaourt,linux-mainline,wps-office,grub-customizer,some IDE.. Open for all that wants to contribute
*   **Upstream page:** [http://repo.jkanetwork.com/](http://repo.jkanetwork.com/)

```
[jkanetwork]
Server = http://repo.jkanetwork.com/repo/$repo/

```

### mesa-git

*   **Maintainer:** [Laurent Carlier](https://www.archlinux.org/people/trusted-users/#lcarlier)
*   **Description:** Mesa git builds for the *testing* and *multilib-testing* repositories

```
[mesa-git]
Server = https://pkgbuild.com/~lcarlier/$repo/$arch

```

### Minerva W Science

*   **Maintainer:**
*   **Description:** [OpenFOAM](/index.php/OpenFOAM "OpenFOAM") packages.

```
[home_Minerva_W_Science_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/Minerva_W:/Science/Arch_Extra/$arch 

```

### mingw-w64

*   **Maintainer:** [Philip](https://aur.archlinux.org/account/ant32) and [Jeromy](https://aur.archlinux.org/account/nic96) Reimer
*   **Description:** Almost all mingw-w64 packages in the AUR.

**Note:** This repo is not actively maintained anymore. It has not been updated since 2016-01-04.

```
[mingw-w64]
Server = https://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch
#Server = http://amr.linuxd.org/archlinux/$repo/os/$arch

```

### ownstuff

*   **Maintainer:** [Martchus](https://aur.archlinux.org/account/Martchus)
*   **Description:** A lot of packages from the AUR, eg. a great number of mingw-w64 packages, fonts, tools like [Tag Editor](https://aur.archlinux.org/packages/tageditor), [Syncthing Tray](https://aur.archlinux.org/packages/syncthingtray) and [Subtitle Composer](https://aur.archlinux.org/packages/subtitlecomposer)
*   **Upstream page**: [https://github.com/Martchus/PKGBUILDs](https://github.com/Martchus/PKGBUILDs) (sources beside the AUR) and [https://martchus.no-ip.biz/repoindex](https://martchus.no-ip.biz/repoindex) (package browser/search)

```
[ownstuff]
Server = http://martchus.no-ip.biz/repo/arch/$repo/os/$arch

```

### pantheon

*   **Maintainer:** [Maxime Gauduin](https://www.archlinux.org/people/trusted-users/#alucryd)
*   **Description:** Repository containing Pantheon-related packages

```
[pantheon]
Server = https://pkgbuild.com/~alucryd/$repo/$arch

```

### pietma

*   **Maintainer:** MartiMcFly <martimcfly@autorisation.de>
*   **Description:** Arch User Repository packages [I create or maintain.](https://aur.archlinux.org/packages/?K=martimcfly&SeB=m).
*   **Upstream page:** [http://pietma.com/tag/aur/](http://pietma.com/tag/aur/)

```
[pietma]
Server = http://repository.pietma.com/nexus/content/repositories/archlinux/$arch/$repo

```

### Pival81 arch xapps

*   **Maintainer:** Valerio Pizzi ([Pival81](https://github.com/Pival81) <pival801@gmail.com>)
*   **Description:** [XApps](https://github.com/linuxmint/xapps) packages.

```
[home_Pival81_arch_xapps_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/Pival81:/arch:/xapps/Arch_Extra/$arch 

```

### pnsft-pur

*   **Maintainer:**
*   **Description:** Japanese input method packages Mozc (vanilla) and libkkc

```
[pnsft-pur]
Server = https://downloads.sourceforge.net/project/pnsft-aur/pur/x86_64

```

### post-factum kernels

*   **Maintainer**: [Oleksandr Natalenko aka post-factum](https://aur.archlinux.org/account/post-factum)
*   **Upstream page**: [https://pfactum.github.io/pf-kernel/](https://pfactum.github.io/pf-kernel/)
*   **Description**: [pf-kernel](/index.php/Kernels#Major_patchsets "Kernels") and other packages by its developer, post-factum

```
[home_post-factum_kernels_Arch]
Server = https://download.opensuse.org/repositories/home:/post-factum:/kernels/Arch/$arch

```

### QOwnNotes

*   **Maintainer:** [http://www.qownnotes.org](http://www.qownnotes.org)
*   **Description:** QOwnNotes is a open source notepad and todo list manager with markdown support and [ownCloud](/index.php/OwnCloud "OwnCloud") integration.

```
[home_pbek_QOwnNotes_Arch_Extra]
Server = https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/$arch

```

### rakudo

*   **Maintainer:** spider-mario <spidermario@free.fr>
*   **Description:** Rakudo Perl6

```
[rakudo]
Server = https://spider-mario.quantic-telecom.net/archlinux/$repo/$arch

```

### rust-git

*   **Maintainer:** Tatsuyuki Ishi <ishitatsuyuki@gmail.com>
*   **Description:** Packages of rust-git and others. Normally updated weekly.

```
[rust-git]
Server = https://tatsuyuki.kdns.info/archlinux/$repo/$arch

```

### zrootfs

*   **Maintainer:** Isabell Cowan <isabellcowan@gmail.com>
*   **Description:** For Haswell and Broadwell architecture processors with size in mind.

**Note:** This repo has not been maintained since 2016-03-14\. There are no guarantees as to how long it will be kept online.

```
[zrootfs]
Server = https://www.izzette.com/izzi/zrootfs-old

```